Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
martvanrijthoven committed May 18, 2022
1 parent 2b571d5 commit f42e915
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: "10.17"
node-version: "16.15"

- uses: actions/cache@v2
with:
Expand All @@ -64,8 +64,6 @@ jobs:
- name: Setup npm
run: |
npm i -g npm@latest
npm i npm@latest
npm install --prefix imgoptim --no-save
- name: Optimize Images
Expand Down

0 comments on commit f42e915

Please sign in to comment.