Skip to content

Commit

Permalink
Bump to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Jan 26, 2024
1 parent 1e15924 commit d86fe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
description: "Used to pull the latest release from sccache. When running this action outside of github.com, you have to pass a personal access token for github.com."
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
runs:
using: "node16"
using: "node20"
main: "dist/setup/index.js"
post: "dist/show_stats/index.js"
branding:
Expand Down

0 comments on commit d86fe94

Please sign in to comment.