Skip to content

Commit

Permalink
feat: switch to Node 20.x runtime (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Oct 8, 2023
1 parent b78dab2 commit 5d75c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install
run: npm ci
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install
run: npm ci
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ branding:
color: green

runs:
using: node16
using: node20
main: dist/index.js

inputs:
Expand Down

0 comments on commit 5d75c96

Please sign in to comment.