Skip to content

Commit 2451959

Browse files
committed
BREAKING CHANGE: Update to N3.js v2
BREAKING CHANGE: Update to N3.js v2
1 parent 5b6e70d commit 2451959

3 files changed

Lines changed: 444 additions & 1221 deletions

File tree

.github/workflows/node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
14+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
1515

1616
steps:
1717
- uses: actions/checkout@v6
@@ -34,16 +34,16 @@ jobs:
3434
pages: write
3535
issues: write
3636
packages: write
37+
id-token: write
3738
steps:
3839
- uses: actions/checkout@v6
3940
- uses: actions/setup-node@v6
4041
with:
41-
node-version: 22.x
42+
node-version: 24.x
4243
- run: npm ci
4344
- run: npm run build --if-present
4445
- run: npm test
4546
- name: Release
4647
env:
47-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4848
GITHUB_TOKEN: ${{ github.token }}
4949
run: npx semantic-release

0 commit comments

Comments
 (0)