We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b190d7 commit 2b8a0f8Copy full SHA for 2b8a0f8
2 files changed
‎.github/workflows/build-test.yml‎
@@ -8,9 +8,9 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- run: corepack enable
13
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
14
with:
15
node-version: "20"
16
# Pick your own package manager and build script
@@ -19,4 +19,4 @@ jobs:
19
- name: Upload artifact
20
uses: actions/upload-pages-artifact@v1
21
22
- path: ./.output/public
+ path: ./.output/public
‎.github/workflows/deploy.yml‎
@@ -9,9 +9,9 @@ jobs:
17
0 commit comments