We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5181b88 commit 9414741Copy full SHA for 9414741
.github/workflows/test.yml
@@ -9,9 +9,9 @@ jobs:
9
node-version: [ 18, 20 ]
10
steps:
11
- name: checkout
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
13
- name: setup Node.js ${{ matrix.node-version }}
14
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
15
with:
16
node-version: ${{ matrix.node-version }}
17
- name: Install
.github/workflows/website.yml
@@ -7,11 +7,11 @@ on:
7
8
jobs:
deploy:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Setup Node.js
node-version: 14
- name: Set Env
0 commit comments