Skip to content

Commit 202fe7f

Browse files
authored
chore: bumps node version to 24 (#63)
* chore: uses latest runner version * chore: bumps node version to 24
1 parent 76abf6d commit 202fe7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v5
2929
- uses: actions/setup-node@v6
3030
with:
31-
node-version: '18.x'
31+
node-version: '24'
3232
registry-url: 'https://registry.npmjs.org'
3333
- run: npm install -g npm@11
3434
- name: Install Dependencies
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v5
5353
- uses: actions/setup-node@v6
5454
with:
55-
node-version: '18.x'
55+
node-version: '24'
5656
registry-url: 'https://registry.npmjs.org'
5757
- run: npm install -g npm@11
5858
- name: Package next

0 commit comments

Comments
 (0)