Skip to content

Commit 19503fd

Browse files
committed
chore: update workflows config.
1 parent 0d73314 commit 19503fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
build-deploy:
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 14
17+
node-version: 16
1818

1919
- run: npm install
2020
- run: npm install --workspaces
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-20.04
5959
needs: build-deploy
6060
steps:
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v3
6262
- name: Create Tag
6363
id: create_tag
6464
uses: jaywcjlove/create-tag-action@main

0 commit comments

Comments
 (0)