Skip to content

Commit

Permalink
Bump Node.js to v18 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wereHamster committed Sep 19, 2022
1 parent 2d1eee0 commit 80fdbee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
registry-url: https://registry.npmjs.com
- run: yarn --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
registry-url: https://registry.npmjs.com
- run: yarn --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
registry-url: https://registry.npmjs.com
- run: yarn --frozen-lockfile

Expand Down

1 comment on commit 80fdbee

@vercel
Copy link

@vercel vercel bot commented on 80fdbee Sep 19, 2022

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.