We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9da0d commit 4e25602Copy full SHA for 4e25602
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
run: echo ::set-output name=VERSION::"$([[ "$GITHUB_REF" == refs/tags/v* ]] && echo ${GITHUB_REF#refs/tags/v} || echo '0.0.0')"
22
23
- name: Set up Node.js
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
26
- name: Set up Rust
27
uses: actions-rs/toolchain@v1
.github/workflows/linter.yml
@@ -10,6 +10,6 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: Use Node.js
13
14
- run: npm install
15
- run: npm run lint
0 commit comments