Skip to content

Commit

Permalink
Merge pull request #599 from storyblok/chore/upgrade-node-actions
Browse files Browse the repository at this point in the history
chore(SDK-100): Upgrade node versions
  • Loading branch information
Dawntraoz authored Oct 16, 2023
2 parents afd1c33 + 8f0724d commit fe00e22
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci && cd playground && npm ci && cd ..
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@nuxt/devtools": "^0.7.1",
"@types/node": "^18",
"@types/node": "^20",
"nuxt": "^3.7.0"
}
}

0 comments on commit fe00e22

Please sign in to comment.