Skip to content

Commit

Permalink
Use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
setoelkahfi committed Feb 2, 2024
1 parent 8f297a9 commit f1c649f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- run: |
npm install
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- uses: ./
with:
milliseconds: 1000
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ author: 'Simon Nyberg'
# description: 'input description here'
# default: 'default value if applicable'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit f1c649f

Please sign in to comment.