Skip to content

Commit

Permalink
feat!: node18
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Sep 15, 2023
1 parent ce977ff commit 6870271
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pnpm install && pnpm build

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: DeterminateSystems/nix-installer-action@v4

- name: Setup Attic Cache
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ inputs:
required: false

runs:
using: "node16"
using: "node20"
main: "dist/index.js"
post: "dist/index.js"
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"just-split": "^3.2.0",
"ofetch": "^1.1.1"
"just-split": "^3.2.0"
},
"devDependencies": {
"@types/node": "^16.18.38",
"esbuild": "^0.18.14",
"prettier": "3.0.0",
"typescript": "^5.1.6"
},
"packageManager": "pnpm@8.6.9"
"packageManager": "pnpm@8.7.5"
}
23 changes: 0 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/stages/install.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as core from "@actions/core";
import { exec } from "@actions/exec";
import { fetch } from "ofetch";

import { writeFile } from "node:fs/promises";
import { tmpdir } from "node:os";
Expand Down

0 comments on commit 6870271

Please sign in to comment.