Skip to content

Commit

Permalink
Merge pull request #16 from colpal/nodejs-20
Browse files Browse the repository at this point in the history
Upgrade to Node.js 20
  • Loading branch information
nafarlee authored Feb 27, 2024
2 parents 1ec608e + e6eb050 commit d71bd1d
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run colpal/setup-yq@${{ github.ref }}
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ inputs:
description: Version of yq binary to install
required: true
runs:
using: node16
using: node20
main: dist/main.js

0 comments on commit d71bd1d

Please sign in to comment.