Skip to content

Commit

Permalink
Update to node 20 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron-Kurth authored Oct 17, 2023
1 parent f93250d commit 7fb4e2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.18.0
node-version: 20.8.1
- name: Install deps and build dist
run: npm i

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.18.0
nodejs 20.8.1
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ outputs:
result:
description: "Most recent result"
runs:
using: "node18"
using: "node20"
main: "dist/index.js"

0 comments on commit 7fb4e2c

Please sign in to comment.