Skip to content

Commit e6b3c88

Browse files
committed
chore: update GitHub Actions
No change to logic. This updates GitHub Actions to their latest versions. This also ensures we are testing up through Node v26.
1 parent 13b8dfb commit e6b3c88

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ jobs:
1313
- 18
1414
- 20
1515
- 22
16+
- 24
17+
- 26
1618
os:
1719
- ubuntu-latest
1820
- macos-latest
1921
- windows-latest
2022
steps:
21-
- uses: actions/checkout@v2
22-
- uses: actions/setup-node@v2
23+
- uses: actions/checkout@v6
24+
- uses: actions/setup-node@v6
2325
with:
2426
node-version: ${{ matrix.node-version }}
2527
- run: npm install

0 commit comments

Comments
 (0)