Skip to content

Commit

Permalink
Merge pull request #248 from weyert/chore-update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama authored Mar 11, 2024
2 parents 5ce43af + 4c7ec39 commit 4df4edd
Show file tree
Hide file tree
Showing 11 changed files with 28,482 additions and 12,375 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v3
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand All @@ -46,7 +46,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.13.2
nodejs 20.11.1
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as path from 'path'
import * as path from 'node:path'
import {expect, test} from '@jest/globals'

import {parseToolVersions} from '../src/asdf'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Parse asdf.sh tool-versions file to reuse version information in G
author: 'Edoardo Tenani'
# inputs:
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'file-text'
Expand Down
Loading

0 comments on commit 4df4edd

Please sign in to comment.