Skip to content

Commit

Permalink
Merge pull request #14 from sadraskol/upgrade-node
Browse files Browse the repository at this point in the history
upgrade node16 to node20
  • Loading branch information
PierreZ authored Jun 3, 2024
2 parents a44c39e + c4dd323 commit 6f9e87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
required: false
default: "7.1.37"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit 6f9e87d

Please sign in to comment.