Skip to content

Commit 6c5a2e9

Browse files
committed
update node version in GA
1 parent 8389d24 commit 6c5a2e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Tests
2-
on:
3-
push
2+
on: push
43

54
jobs:
65
tests:
@@ -13,7 +12,7 @@ jobs:
1312
- name: Install Node.js and npm
1413
uses: actions/setup-node@v1
1514
with:
16-
node-version: 14.x
15+
node-version: 20.x
1716
registry-url: https://registry.npmjs.org
1817

1918
- name: Install dependencies

0 commit comments

Comments
 (0)