Skip to content

Commit 2488fad

Browse files
Git docs
1 parent 0c3dea7 commit 2488fad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [20.x]
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4.1.0
23+
uses: actions/checkout@v4
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v3.8.1
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: yarn install
2929
- run: yarn build
3030
env:
3131
CI: true
3232
- name: Deploy to GitHub Pages
33-
uses: crazy-max/ghaction-github-pages@v4.0.0
33+
uses: crazy-max/ghaction-github-pages@v4
3434
with:
3535
# Allow an empty commit to be created
3636
allow_empty_commit: false

0 commit comments

Comments
 (0)