We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8e26b commit a4df556Copy full SHA for a4df556
.github/workflows/build.yaml
@@ -9,17 +9,17 @@ jobs:
9
- name: Install ImageMagick
10
run: sudo apt-get -y install graphicsmagick
11
- name: checkout
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
13
- name: setup node
14
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
15
with:
16
- node-version: '16'
+ node-version: '20'
17
- run: npm install
18
- run: make
19
- run: make lint
20
- run: make skipped_tests
21
- run: make test
22
- name: Coveralls
23
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
24
25
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments