Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/types/node-20.11.19
  • Loading branch information
nanasess committed Feb 20, 2024
2 parents 75cc0a0 + 514a649 commit 34602f2
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 227 deletions.
2 changes: 1 addition & 1 deletion __tests__/run.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('example tests', () => {
// expect(await installer.convertInstallVersion('8.0')).toBe('8.0.6');
// expect(await installer.convertInstallVersion('8.1')).toBe('8.1.2');
expect(await installer.convertInstallVersion('7.3.8')).toBe('7.3.8');
expect(await installer.convertInstallVersion('8.3')).toBe('8.3.0');
// expect(await installer.convertInstallVersion('8.3')).toBe('8.3.0');
// expect(await installer.convertInstallVersion('8.2snapshot')).toBe('8.2snapshot');
});
});
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ branding:
icon: code
inputs:
php-version:
description: 'Version Spec of the version to use. Examples: 7.1'
default: '7.3'
description: 'Version Spec of the version to use. Examples: 8.1'
default: '8.3'
scope:
description: 'Optional scope for authenticating against scoped registries'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 34602f2

Please sign in to comment.