We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62877e7 commit ad7589aCopy full SHA for ad7589a
.github/workflows/audit.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
node-version:
10
- 16
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
name: Node.js package audit
13
steps:
14
- uses: actions/checkout@v4
.github/workflows/docker.yml
@@ -4,7 +4,7 @@ on: push
4
5
jobs:
6
build:
7
- name: Checkout
uses: actions/checkout@v4
.github/workflows/node.js.yml
strategy:
fail-fast: false
0 commit comments