Skip to content

Commit

Permalink
Update github workflows node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
heltoft committed Feb 5, 2024
1 parent 1ff40fd commit e359ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

# Get local dependencies & test
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Use node
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit e359ffb

Please sign in to comment.