Skip to content

Commit 31edd53

Browse files
committed
updating actions
1 parent 7ae7b01 commit 31edd53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
24-
- name: Use Node.js 16.x
25-
uses: actions/setup-node@v1
23+
- uses: actions/checkout@v3
24+
- name: Use Node.js 16
25+
uses: actions/setup-node@v3
2626
with:
27-
node-version: 16.x
27+
node-version: 16
2828
- name: Install dependencies
2929
run: npm ci
3030
- name: Deploy with static

0 commit comments

Comments
 (0)