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 0c3dea7 commit 2488fadCopy full SHA for 2488fad
.github/workflows/nodejs.yml
@@ -16,21 +16,21 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [18.x]
+ node-version: [20.x]
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4.1.0
+ uses: actions/checkout@v4
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v3.8.1
+ uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node-version }}
28
- run: yarn install
29
- run: yarn build
30
env:
31
CI: true
32
- name: Deploy to GitHub Pages
33
- uses: crazy-max/ghaction-github-pages@v4.0.0
+ uses: crazy-max/ghaction-github-pages@v4
34
35
# Allow an empty commit to be created
36
allow_empty_commit: false
0 commit comments