Skip to content

Commit

Permalink
Bump to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Nov 2, 2023
1 parent 16647d0 commit bc25e50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'npm'

- name: Restore playwright cache
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'npm'

- name: Publish to NPM
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vendor/toolkit/packages/*"
],
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit bc25e50

Please sign in to comment.