We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8337e77 commit eb9a83cCopy full SHA for eb9a83c
2 files changed
.github/workflows/publish.yml
@@ -7,11 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
11
- name: Setup Node and .npmrc
12
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
13
with:
14
- node-version: "18.x"
+ node-version: "22.x"
15
registry-url: "https://registry.npmjs.org"
16
- name: Use Rust Cache
17
uses: Swatinem/rust-cache@v2
.github/workflows/test-and-build.yml
@@ -9,7 +9,7 @@ jobs:
- name: Install & Build & Test
0 commit comments