Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
update node version in CI to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 16, 2023
1 parent 5209369 commit fc5134e
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 @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18
- name: NPM Setup
run: |
npm set registry "https://registry.npmjs.org/"
Expand Down

0 comments on commit fc5134e

Please sign in to comment.