Skip to content

Commit 9c05f33

Browse files
chore(deps): update actions/setup-node action to v3
1 parent a6cda20 commit 9c05f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- uses: actions/setup-node@v2
8+
- uses: actions/setup-node@v3
99
with:
1010
node-version: 16.x
1111
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)