Skip to content

Commit

Permalink
feat: switch to Node 20.x runtime (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Oct 8, 2023
1 parent 0380d8b commit c92f0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 12.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 c92f0bf

Please sign in to comment.