Skip to content

Commit

Permalink
🌋 Use setup node v1 in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Sep 4, 2023
1 parent a02c280 commit bbb214d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js 16.x
uses: actions/setup-node@master
uses: actions/setup-node@v1
with:
node-version: 16.x

Expand Down

3 comments on commit bbb214d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.