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 47e6b7f commit 24393efCopy full SHA for 24393ef
.github/workflows/deploy-prod.yml
@@ -16,9 +16,9 @@ jobs:
16
node-version: [20.x]
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
- run: yarn install && yarn build
.github/workflows/deploy-staging.yml
@@ -14,9 +14,9 @@ jobs:
14
15
- - uses: actions/checkout@v3
- uses: actions/setup-node@v3
0 commit comments