Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
CI: update to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 30, 2023
1 parent c6ac0a6 commit 8ef64bc
Showing 1 changed file with 2 additions and 2 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@v3
with:
node-version: 16
node-version: 18
cache: 'npm'

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

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

- name: Publish to NPM
Expand Down

0 comments on commit 8ef64bc

Please sign in to comment.