Skip to content

Commit

Permalink
upgrading nodejs image
Browse files Browse the repository at this point in the history
  • Loading branch information
waggledans committed Jun 10, 2024
1 parent 98f61ec commit baa67aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: "Install Dependencies"
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ inputs:
required: false
default: '10'
runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/post/index.js'

0 comments on commit baa67aa

Please sign in to comment.