Skip to content

Commit

Permalink
ci: use node@20 for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin committed Nov 4, 2024
1 parent 0305300 commit 300c2be
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 20.x

- uses: pnpm/action-setup@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"sinon": "^18.0.0",
"typescript": "^4.4.3",
"vsce": "1.100.1",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
"engines": {
Expand Down
Loading

0 comments on commit 300c2be

Please sign in to comment.