Skip to content

Commit

Permalink
update version of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Nov 10, 2023
1 parent 2c4183d commit f755f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- name: Install ImageMagick
run: sudo apt-get -y install graphicsmagick
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
Expand Down

0 comments on commit f755f33

Please sign in to comment.