Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #283 from philips-software/node18
Browse files Browse the repository at this point in the history
node 18
  • Loading branch information
JeroenKnoops authored Jan 4, 2024
2 parents aab64e8 + 59d48ed commit b0fb111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # ratchet:actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: yarn install
Expand All @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # ratchet:actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: ./
id: app
Expand Down

0 comments on commit b0fb111

Please sign in to comment.