Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
try to change node version within github jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
timnoorlander committed May 1, 2023
1 parent db96109 commit e8c0308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 17.3.x
- name: Use Node.js 18.16.0
uses: actions/setup-node@v1
with:
node-version: 17.3.x
node-version: 18.16.0
- run: yarn
env:
CI: true
Expand Down

0 comments on commit e8c0308

Please sign in to comment.