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 3ca7a39 commit ba439b5Copy full SHA for ba439b5
.github/workflows/ci.marster.yml
@@ -11,10 +11,10 @@ jobs:
11
contents: write
12
id-token: write
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
- node-version: 18
+ node-version: 20
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: npm install
.github/workflows/pr.yml
@@ -6,10 +6,10 @@ jobs:
6
build-deploy:
7
runs-on: ubuntu-latest
8
9
10
0 commit comments