Skip to content

Commit

Permalink
Merge pull request #68 from hashicorp/smre-177-node20-update
Browse files Browse the repository at this point in the history
SMRE-177 update to Node20
  • Loading branch information
sarahethompson authored May 7, 2024
2 parents 052273c + a827196 commit 37475d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
required: false
default: '0.2.0'
runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit 37475d2

Please sign in to comment.