We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b0c4d1 + 04256bd commit 0ab1982Copy full SHA for 0ab1982
.github/workflows/mod-update.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v5
14
- name: Setup Node.js
15
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
16
with:
17
node-version: lts/*
18
cache: 'npm'
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
persist-credentials: false
19
20
- name: Set up Node.js
21
22
23
node-version: "lts/*"
24
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
go-version: ">1.0.0"
29
30
- name: Setup Node.js ${{ matrix.node-version }}
31
32
33
node-version: ${{ matrix.node-version }}
34
0 commit comments