Skip to content

Commit

Permalink
Updated to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Mar 8, 2024
1 parent 252dfb8 commit f33a535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Install Yarn
run: npm install -g yarn
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Install Yarn
run: npm install -g yarn
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Install Yarn
run: npm install -g yarn
Expand Down

0 comments on commit f33a535

Please sign in to comment.