Skip to content

Commit 3efb95d

Browse files
authored
chore: update Node.js to latest LTS (#90)
1 parent 6846e91 commit 3efb95d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node-version: [14.x, 16.x, 18.x]
13+
node-version: [16.x, 18.x, 20.x]
1414
os: [ubuntu-latest, windows-latest, macos-latest]
1515
steps:
1616
- uses: actions/checkout@v3

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
types: [published]
55
jobs:
66
publish-npm:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 16
12+
node-version: 18
1313
registry-url: https://registry.npmjs.org/
1414
- run: npm ci
1515
- run: npm publish

assets/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
- name: Install dependencies
1717
run: {{installDepsCommand}}
1818
- name: Install Playwright Browsers

0 commit comments

Comments
 (0)