We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec54486 commit 7df0a03Copy full SHA for 7df0a03
2 files changed
.github/workflows/main.yml
@@ -7,16 +7,11 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
-
11
- strategy:
12
- matrix:
13
- node-version: [22.x, 24.x]
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6.0.1
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6.1.0
19
with:
20
- node-version: ${{ matrix.node-version }}
+ node-version: 24.x
21
- run: npm ci
22
- run: npm test
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22-alpine
+FROM node:24-alpine
2
3
ENV CHROME_BIN=/usr/bin/chromium-browser
4
ENV CHROME_PATH=/usr/lib/chromium/
0 commit comments