Skip to content

Commit 49f354e

Browse files
committed
Use node 20 in GH workflows
1 parent fe00eb4 commit 49f354e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '18'
25+
node-version: '20'
2626
cache: 'npm'
2727

2828
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [18.x]
13+
node-version: [20.x]
1414

1515
steps:
1616
- uses: actions/checkout@v1
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v1
3939
- uses: actions/setup-node@v1
4040
with:
41-
node-version: 18
41+
node-version: 20
4242
registry-url: https://registry.npmjs.org/
4343
- name: NPM Publish
4444
run: |

0 commit comments

Comments
 (0)