Skip to content

Commit b6c1e15

Browse files
committed
fix: more updates
1 parent b95d432 commit b6c1e15

File tree

6 files changed

+1801
-478
lines changed

6 files changed

+1801
-478
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
build-deploy:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
14-
- uses: actions/setup-node@v1
13+
- uses: actions/checkout@v2
14+
- uses: actions/setup-node@v2
1515
with:
16-
node-version: 12
16+
node-version: 22
1717

1818
- name: build
1919
run: |

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v1
1717
- uses: actions/setup-node@v1
1818
with:
19-
node-version: 12
19+
node-version: 22
2020
- name: linting and testing
2121
run: |
2222
npm ci
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v1
3333
- uses: actions/setup-node@v1
3434
with:
35-
node-version: 12
35+
node-version: 22
3636
registry-url: https://registry.npmjs.org/
3737
- name: publish
3838
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)