Skip to content

Commit a4df556

Browse files
committed
update workflow
1 parent 8e8e26b commit a4df556

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ 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
2020
- run: make skipped_tests
2121
- run: make test
2222
- name: Coveralls
23-
uses: coverallsapp/github-action@master
23+
uses: coverallsapp/github-action@v2
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)