Skip to content

Commit

Permalink
Update workflows and deps for technical currency
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Dec 24, 2024
1 parent f2bfab1 commit 6351578
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zowe-cli-plugin

on:
on:
push:
pull_request:
workflow_dispatch:
Expand All @@ -23,8 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
os:
node-version: [18.x, 20.x, 22.x]
os:
- windows-latest
- ubuntu-latest
- ${{ github.event.inputs.macos-type || 'macos-14'}}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Update Dependencies
id: npm-update
uses: zowe-actions/octorelease/script@v1
Expand Down
91 changes: 49 additions & 42 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6351578

Please sign in to comment.