Skip to content

Commit 497db0a

Browse files
author
Akanksh Saxena
committed
chore: use latest setup-node action
1 parent 3d19dd0 commit 497db0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
name: Release
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
11-
- uses: actions/setup-node@v1
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v2
1212

1313
- name: Install dependencies
1414
run: yarn install

0 commit comments

Comments
 (0)