Skip to content

Commit 864a1d3

Browse files
committed
bump node version
1 parent c382b74 commit 864a1d3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,7 @@ jobs:
294294
- name: Set up Node
295295
uses: actions/setup-node@v4
296296
with:
297-
# The size limit action runs `yarn` and `yarn build` when this job is executed on
298-
# use Node 14 for now.
299-
node-version: '14'
297+
node-version-file: 'package.json'
300298
- name: Restore caches
301299
uses: ./.github/actions/restore-cache
302300
env:

dev-packages/size-limit-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "8.0.0-alpha.2",
55
"license": "MIT",
66
"engines": {
7-
"node": ">=14.18"
7+
"node": ">=18"
88
},
99
"private": true,
1010
"main": "index.mjs",

0 commit comments

Comments
 (0)