Skip to content

Commit 1760f6d

Browse files
chore(deps): bump @actions/exec from 1.1.1 to 3.0.0 (#89)
* chore(deps): bump @actions/exec from 1.1.1 to 3.0.0 Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.1.1 to 3.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec) --- updated-dependencies: - dependency-name: "@actions/exec" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump node versions and update the action/exec used --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DJ Mountney <dj@currents.dev>
1 parent 104c1a1 commit 1760f6d

8 files changed

Lines changed: 422 additions & 2899 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GitHub Actions (TypeScript)",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:20",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:22",
44
"postCreateCommand": "npm install",
55
"customizations": {
66
"codespaces": {

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Set up Node.js
7575
uses: actions/setup-node@v6
7676
with:
77-
node-version: '18'
77+
node-version: '20'
7878

7979
- name: Print inputs for debugging (Or8n)
8080
env:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.6.2
1+
22.20.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ outputs:
6262
description: "Extra flags to pass to Playwright's test runner"
6363

6464
runs:
65-
using: node20
65+
using: node24
6666
main: dist/index.js
6767
post: dist/post.js

0 commit comments

Comments
 (0)