Skip to content

Commit

Permalink
update to node 20 (benchmark-action#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari authored and Yato333 committed Apr 4, 2024
1 parent 1357be4 commit 407aad6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-results-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: 'dist/other-repo'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
path: 'dist/other-repo'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/setup-go@v1
- uses: actions/cache@v1
with:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
path: 'dist/other-repo'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
path: 'dist/other-repo'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/setup-python@v2
with:
python-version: 3.9
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
path: 'dist/other-repo'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
path: 'dist/other-repo'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
path: 'dist/other-repo'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
path: 'dist/other-repo'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/setup-go@v1
- uses: actions/cache@v1
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/setup-python@v2
with:
python-version: 3.9
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand All @@ -393,7 +393,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ inputs:
required: false

runs:
using: 'node16'
using: 'node20'
main: 'dist/src/index.js'

0 comments on commit 407aad6

Please sign in to comment.