Skip to content

Commit

Permalink
Update to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Feb 26, 2024
1 parent ee91c18 commit 48ab57d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ inputs:
default: 'false'

runs:
using: node16
using: node20
main: main.ts
post: post.ts

0 comments on commit 48ab57d

Please sign in to comment.