We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffe15e commit d6d2169Copy full SHA for d6d2169
.github/workflows/deploy.yml
@@ -9,8 +9,8 @@ jobs:
9
name: Deploy to GitHub Pages
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v1
13
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
14
with:
15
node-version: 16.x
16
cache: npm
.github/workflows/test-deploy.yml
name: Test deployment
0 commit comments