Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
fix: SAT-156 Upgrade node (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsedlacek authored Oct 2, 2023
1 parent 5cc1d40 commit 780ec3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16]
node-version: [18]

steps:
- uses: actions/checkout@v1
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Install
run: yarn
- name: Publish
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"volta": {
"node": "18.18.0"
}
}

0 comments on commit 780ec3d

Please sign in to comment.