Skip to content

Commit

Permalink
chore: update node version in CI (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Mar 18, 2024
1 parent 2a57ba1 commit ff88212
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Expand Up @@ -14,9 +14,9 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bundlesize.yml
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -186,6 +186,6 @@
},
"volta": {
"node": "20.11.1",
"yarn": "1.22.19"
"yarn": "1.22.22"
}
}

0 comments on commit ff88212

Please sign in to comment.