Skip to content

Commit 176ed38

Browse files
committed
run build, package & lint jobs on node v20
1 parent 9f376c0 commit 176ed38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/usage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 14.x
14+
node-version: 20.x
1515
- name: npm install and build
1616
run: |
1717
npm install
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v1
3535
with:
36-
node-version: 14.x
36+
node-version: 20.x
3737
- name: Get build-output from build step
3838
uses: actions/download-artifact@v2
3939
with:

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 14.x
14+
node-version: 20.x
1515
- run: npm install
1616
- run: npm run test-lint
1717

@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v1
4545
with:
46-
node-version: 14.x
46+
node-version: 20.x
4747
- name: npm install and build
4848
run: |
4949
npm install

0 commit comments

Comments
 (0)