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.
1 parent facab13 commit 23e1816Copy full SHA for 23e1816
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: npm install, test and build
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
git config --global url."https://github.com/".insteadOf
22
ssh://git@github.com/
23
- name: Use Node.js
24
25
26
node-version-file: '.node-version'
27
- name: set version
0 commit comments