Skip to content

Commit

Permalink
workflow node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
allenkinzalow committed Jul 20, 2024
1 parent f59b961 commit bd2cf86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-seals-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"osrs-web-scraper": patch
---

Update all workflows to use Node 21
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
always-auth: true
cache: yarn
node-version: 16
node-version: 21

- name: Install yarn packages
run: yarn install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16.x
node-version: 21.x

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -41,12 +41,12 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 16
- name: Use Node.js
uses: actions/setup-node@v3
with:
always-auth: true
cache: yarn
node-version: 16
node-version: 21

- name: Install yarn packages
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit bd2cf86

Please sign in to comment.