Skip to content

Commit 83c9364

Browse files
Doug DyrengDoug Dyreng
authored andcommitted
Update to node20 +semver:minor
1 parent 5327bb7 commit 83c9364

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
/.vscode/launch.json
2+
/.vscode/launch.json
3+
.DS_Store

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: Set environment
6868
id: env-scope
69-
uses: im-open/set-environment-variables-by-scope@v1.1.5
69+
uses: im-open/set-environment-variables-by-scope@v1.1.6
7070
with:
7171
scope: ${{ workflow.inputs.environment }}
7272
create-output-variables: true
@@ -218,7 +218,7 @@ This repo uses [git-version-lite] in its workflows to examine commit messages to
218218

219219
### Source Code Changes
220220

221-
The files and directories that are considered source code are listed in the `files-with-code` and `dirs-with-code` arguments in both the [build-and-review-pr] and [increment-version-on-merge] workflows.
221+
The files and directories that are considered source code are listed in the `files-with-code` and `dirs-with-code` arguments in both the [build-and-review-pr] and [increment-version-on-merge] workflows.
222222

223223
If a PR contains source code changes, the README.md should be updated with the latest action version and the action should be recompiled. The [build-and-review-pr] workflow will ensure these steps are performed when they are required. The workflow will provide instructions for completing these steps if the PR Author does not initially complete them.
224224

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ inputs:
2121
required: false
2222

2323
runs:
24-
using: 'node16'
24+
using: 'node20'
2525
main: 'dist/index.js'

0 commit comments

Comments
 (0)