Skip to content

Commit 2b97d1d

Browse files
authored
bump node (#187)
* bump node * update github actions runtimes
1 parent b115dae commit 2b97d1d

File tree

5 files changed

+1841
-923
lines changed

5 files changed

+1841
-923
lines changed

.github/workflows/publish-to-npm-as-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/[email protected]
1212
with:
13-
node-version: '12.x'
13+
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
1616
- name: Get the version

.github/workflows/publish-to-npm-as-prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/[email protected]
1212
with:
13-
node-version: '12.x'
13+
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
1616
- name: Get the version

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/[email protected]
99
with:
10-
node-version: 12.x
10+
node-version: 20.x
1111
- run: npm install
1212
- run: make verify
1313
- run: make test

0 commit comments

Comments
 (0)