We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a60ed31 + ecfb278 commit 1481e36Copy full SHA for 1481e36
2 files changed
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Type check
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Install tsc
21
run: npm install
22
- name: Run tsc
@@ -26,7 +26,7 @@ jobs:
26
name: xo
27
28
29
30
31
32
- name: Run linters
.github/workflows/publish.yml
@@ -10,10 +10,10 @@ jobs:
10
name: Publish new version
11
12
13
14
15
- name: Setup node
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
0 commit comments