Skip to content

Commit

Permalink
node16
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Oct 21, 2022
1 parent ebcfdde commit c07b3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository provides GitHub Actions which enables projects to cache the comp
cache-key: sccache-ubuntu-latest
# Optional
cache-save: true
# Optional
# Optional, e.g. v0.3.0
release-name: latest
# Optional
arch: x86_64-unknown-linux-musl
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
description: "The sccache binary architecture."
default: ""
runs:
using: "node12"
using: "node16"
main: "dist/main/index.js"
post: "dist/post/index.js"
branding:
Expand Down

0 comments on commit c07b3e0

Please sign in to comment.