Skip to content

Commit

Permalink
Merge pull request #6 from thestormforge/upgrade-to-node20
Browse files Browse the repository at this point in the history
Update runtime to Node 20, update dependencies
  • Loading branch information
jgustie authored Jan 25, 2024
2 parents b8eb3f5 + 6ed1595 commit da32f9f
Show file tree
Hide file tree
Showing 7 changed files with 3,731 additions and 6,573 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
uses: actions/checkout@v4
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20'
- name: Install
run: npm clean-install
- name: Verify
Expand All @@ -35,18 +35,18 @@ jobs:
os: [macos-latest, ubuntu-latest]
version:
- 'latest'
- 'v0.3.20'
- '0.3.20'
- '0.3'
- 'v0.4.6'
- '0.4.6'
- '0.4'
# Skip macOS builds that would require GitHub API access
exclude:
- os: macos-latest
version: 'latest'
- os: macos-latest
version: '0.3'
version: '0.4'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup konjure
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ inputs:
required: false
default: latest
runs:
using: node16
using: node20
main: dist/index.js
Loading

0 comments on commit da32f9f

Please sign in to comment.