Skip to content

Commit

Permalink
Update node version for GH action (#3984)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Jun 9, 2023
1 parent 70d2309 commit da166b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshot-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Update snapshot.js
run: |
yarn upgrade @snapshot-labs/snapshot.js --latest
Expand Down

1 comment on commit da166b5

@vercel
Copy link

@vercel vercel bot commented on da166b5 Jun 9, 2023

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.