Skip to content

Commit

Permalink
Merge pull request #6 from OpenCatalogi/node-version-update
Browse files Browse the repository at this point in the history
Update node.js version to 18
  • Loading branch information
remko48 authored Dec 6, 2023
2 parents 5f87841 + ba99ae8 commit 073a6af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,16 @@ runs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18

- name: Install dependencies
shell: bash
run: cd pwa && npm install

- name: Install parcel/watcher
shell: bash
run: cd pwa && npm install @parcel/watcher

- name: Remove old Gatsby cache
shell: bash
run: rm -rf pwa/.cache
Expand Down

0 comments on commit 073a6af

Please sign in to comment.