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 90b9de0 commit 1eca4e2Copy full SHA for 1eca4e2
.github/workflows/deploy_beta.yml
@@ -6,11 +6,11 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
- name: Setup repository env
11
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
12
with:
13
- node-version: '14.x'
+ node-version: 16.20.0
14
registry-url: "https://registry.npmjs.org"
15
- name: Install deps
16
run: npm install --ignore-scripts
0 commit comments