There was an error while loading. Please reload this page.
1 parent c2cf3d0 commit 2ac6860Copy full SHA for 2ac6860
2 files changed
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
types:
6
- published
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
release:
13
if: ${{ github.repository_owner == 'cloudflare' }}
.github/workflows/tests.yml
@@ -8,6 +8,9 @@ on:
branches:
- main
14
15
testing:
16
name: Testing on Node v${{ matrix.node }}
@@ -17,10 +20,10 @@ jobs:
17
20
node: [22, 20]
18
21
steps:
19
22
- name: Checking out
- uses: actions/checkout@v4
23
+ uses: actions/checkout@v6
24
25
- name: Use Node.js v${{ matrix.node }}
- uses: actions/setup-node@v4
26
+ uses: actions/setup-node@v6
27
with:
28
node-version: ${{ matrix.node }}
29
cache: 'npm'
0 commit comments