Skip to content

Commit

Permalink
Merge pull request #46 from MoLow/patch-1
Browse files Browse the repository at this point in the history
Upgrade to LTS node version
  • Loading branch information
thehanimo committed Feb 8, 2024
2 parents 5652588 + 7bcfcff commit 1d8cd48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-release-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set Node.js 16
- name: Set Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm i
- name: Rebuild the dist/ directory
Expand All @@ -43,4 +43,4 @@ jobs:
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
path: dist/
path: dist/
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ inputs:
description: the github access token to be used to access the config file using other github_configuration_* parameters. can differ from GITHUB_TOKEN. defaults to GITHUB_TOKEN
required: false
runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit 1d8cd48

Please sign in to comment.