2 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
041b854f97 1.1.4 (#57) 2024-01-29 13:20:15 +09:00
ctdeakin
ef28d469f1 chore: update node.js version from 16 to 20 (#56) 2024-01-28 21:01:15 +09:00
4 changed files with 6 additions and 6 deletions

View File

@@ -14,5 +14,5 @@ outputs:
is-canary: is-canary:
description: "If the installed Deno version was a canary version." description: "If the installed Deno version was a canary version."
runs: runs:
using: "node16" using: "node20"
main: "main.js" main: "main.js"

4
node_modules/.package-lock.json generated vendored
View File

@@ -1,7 +1,7 @@
{ {
"name": "setup-deno", "name": "setup-deno",
"version": "1.1.0", "version": "1.1.4",
"lockfileVersion": 2, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"node_modules/@actions/core": { "node_modules/@actions/core": {

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "setup-deno", "name": "setup-deno",
"version": "1.1.0", "version": "1.1.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "setup-deno", "name": "setup-deno",
"version": "1.1.0", "version": "1.1.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",

View File

@@ -1,7 +1,7 @@
{ {
"name": "setup-deno", "name": "setup-deno",
"description": "Set up Deno easially in GitHub Actions", "description": "Set up Deno easially in GitHub Actions",
"version": "1.1.3", "version": "1.1.4",
"author": "Deno Land Inc", "author": "Deno Land Inc",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {