Compare commits

...
2 Commits
Author SHA1 Message Date
Rui Chen 866b91cc02 chore: add setup-node for lint job
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-09-18 22:00:12 +02:00
Rui Chen c4cd38db20 feat: upgrade to node 24
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-09-18 22:00:12 +02:00
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -420,6 +420,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '24'
- run: yarn install
- run: yarn run package
- name: Check generated files are up to date
+1 -1
View File
@@ -49,5 +49,5 @@ outputs:
ruby-prefix:
description: 'The prefix of the installed ruby'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
+3
View File
@@ -3,6 +3,9 @@
"version": "0.1.0",
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
"main": "index.js",
"engines": {
"node": ">=24.0.0"
},
"license": "MIT",
"scripts": {
"package": "ncc build index.js -o dist"