Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MathRobin committed Jul 1, 2024
1 parent 089a978 commit c10e420
Show file tree
Hide file tree
Showing 8 changed files with 917 additions and 914 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
22.3.0
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
yarnPath: .yarn/releases/yarn-4.1.0.cjs
defaultSemverRangePrefix: ''

enableGlobalCache: true

yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
required: false
default: 'UTC'
runs:
using: 'node20'
using: 'node22'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { platform, stdout } from 'process';
import { platform, stdout } from 'node:process';
import { getInput, setFailed } from '@actions/core';
import { execa } from 'execa';

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "timezone-action",
"version": "1.1",
"version": "1.2",
"description": "Set timezone",
"main": "index.js",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.3.1",
"engines": {
"node": "20.11.1"
"node": "22.3.0"
},
"type": "module",
"scripts": {
Expand All @@ -27,11 +27,11 @@
"homepage": "https://github.com/MathRobin/timezone-action#readme",
"dependencies": {
"@actions/core": "1.10.1",
"execa": "8.0.1"
"execa": "9.3.0"
},
"devDependencies": {
"@vercel/ncc": "0.38.1",
"jest": "29.7.0",
"prettier": "3.2.5"
"prettier": "3.3.2"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3141,18 +3141,6 @@ __metadata:
languageName: node
linkType: hard

"timezone-action@workspace:.":
version: 0.0.0-use.local
resolution: "timezone-action@workspace:."
dependencies:
"@actions/core": "npm:1.10.1"
"@vercel/ncc": "npm:0.38.1"
execa: "npm:8.0.1"
jest: "npm:29.7.0"
prettier: "npm:3.2.5"
languageName: unknown
linkType: soft

"shebang-command@npm:^2.0.0":
version: 2.0.0
resolution: "shebang-command@npm:2.0.0"
Expand Down Expand Up @@ -3411,6 +3399,18 @@ __metadata:
languageName: node
linkType: hard

"timezone-action@workspace:.":
version: 0.0.0-use.local
resolution: "timezone-action@workspace:."
dependencies:
"@actions/core": "npm:1.10.1"
"@vercel/ncc": "npm:0.38.1"
execa: "npm:8.0.1"
jest: "npm:29.7.0"
prettier: "npm:3.2.5"
languageName: unknown
linkType: soft

"tmpl@npm:1.0.5":
version: 1.0.5
resolution: "tmpl@npm:1.0.5"
Expand Down

0 comments on commit c10e420

Please sign in to comment.