Skip to content

Commit a7cbb6d

Browse files
Bump actions/setup-node from 2 to 3 (#17)
1 parent e807dfc commit a7cbb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# fetch full history so things like auto-changelog work properly
2828
fetch-depth: 0
2929
- name: Use Node.js ${{ env.node_version }}
30-
uses: actions/setup-node@v2
30+
uses: actions/setup-node@v3
3131
with:
3232
node-version: ${{ env.node_version }}
3333
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED

0 commit comments

Comments
 (0)