Skip to content

Commit 7d51625

Browse files
committed
update workflow
1 parent 7679abf commit 7d51625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
- name: Install ImageMagick
1010
run: sudo apt-get -y install graphicsmagick
1111
- name: checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: setup node
14-
uses: actions/setup-node@v2
14+
uses: actions/setup-node@v4
1515
with:
16-
node-version: '16'
16+
node-version: '20'
1717
- run: npm install
1818
- run: make
1919
- run: make lint

0 commit comments

Comments
 (0)