Skip to content

Commit

Permalink
update node version in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfrank committed Nov 28, 2023
1 parent 69156ff commit 03f1516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npx playwright install --with-deps
- run: npm test
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org
- run: npm publish --access public
env:
Expand Down

0 comments on commit 03f1516

Please sign in to comment.