Skip to content

Commit 646b255

Browse files
authored
Use Node 24 in GHA for OIDC support (#149)
1 parent 98bdf56 commit 646b255

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.git*
22
.editorconfig
3-
.travis.yml
3+
/.devcontainer
4+
/.github
5+
/.vscode
46
node_modules/
57
/scripts
68
/example

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v6
2828
with:
29-
node-version: 20
29+
node-version: 24
3030
registry-url: 'https://registry.npmjs.org'
3131
cache: 'npm'
3232
- name: Restore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ typings/
6060
# Distribution dir
6161
dist/
6262
/testbin
63+

0 commit comments

Comments
 (0)