From b69b8a408978c0b96fba4821e633bbe74264726f Mon Sep 17 00:00:00 2001
From: James Ives
Date: Wed, 12 Jul 2023 15:20:48 +0000
Subject: [PATCH 01/20] =?UTF-8?q?Release=204.4.3=20=F0=9F=93=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 55fa445f..7bfc604e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@jamesives/github-pages-deploy-action",
"description": "GitHub action for building a project and deploying it to GitHub pages.",
"author": "James Ives (https://jamesiv.es)",
- "version": "4.4.2",
+ "version": "4.4.3",
"license": "MIT",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",
From dd61522307b7d1034b02a6f9deafbc1942f43c43 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 17 Jul 2023 10:14:00 -0400
Subject: [PATCH 02/20] Bump @types/node from 20.4.1 to 20.4.2 (#1399)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.1 to 20.4.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 7bfc604e..7e621438 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/jest": "27.5.0",
- "@types/node": "20.4.1",
+ "@types/node": "20.4.2",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
diff --git a/yarn.lock b/yarn.lock
index 85e94004..7a7df34e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1277,10 +1277,10 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
-"@types/node@*", "@types/node@20.4.1", "@types/node@>= 8":
- version "20.4.1"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"
- integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==
+"@types/node@*", "@types/node@20.4.2", "@types/node@>= 8":
+ version "20.4.2"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.2.tgz#129cc9ae69f93824f92fac653eebfb4812ab4af9"
+ integrity sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
From 225bfddcfa4a2cb2ec995cd528b7a12f976a878a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 17 Jul 2023 10:14:08 -0400
Subject: [PATCH 03/20] Bump eslint-plugin-jest from 27.2.2 to 27.2.3 (#1400)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.2 to 27.2.3.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.2...v27.2.3)
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 7e621438..5b158516 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.8.0",
- "eslint-plugin-jest": "27.2.2",
+ "eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"jest": "26.6.3",
"jest-circus": "27.5.1",
diff --git a/yarn.lock b/yarn.lock
index 7a7df34e..1f31e654 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2150,10 +2150,10 @@ eslint-config-prettier@8.8.0:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz#bfda738d412adc917fd7b038857110efe98c9348"
integrity sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==
-eslint-plugin-jest@27.2.2:
- version "27.2.2"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.2.tgz#be4ded5f91905d9ec89aa8968d39c71f3b072c0c"
- integrity sha512-euzbp06F934Z7UDl5ZUaRPLAc9MKjh0rMPERrHT7UhlCEwgb25kBj37TvMgWeHZVkR5I9CayswrpoaqZU1RImw==
+eslint-plugin-jest@27.2.3:
+ version "27.2.3"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz#6f8a4bb2ca82c0c5d481d1b3be256ab001f5a3ec"
+ integrity sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==
dependencies:
"@typescript-eslint/utils" "^5.10.0"
From 8d63db6e53561da3ad23bd2b73d148020308a734 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 19 Jul 2023 13:23:30 -0400
Subject: [PATCH 04/20] Bump word-wrap from 1.2.3 to 1.2.4 (#1401)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
yarn.lock | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index 1f31e654..017d2419 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4930,8 +4930,9 @@ windows-release@^3.1.0:
execa "^1.0.0"
word-wrap@^1.2.3, word-wrap@~1.2.3:
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
+ integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
wrap-ansi@^6.2.0:
version "6.2.0"
From a3b8b1b9c2e1e71ae958bb5427c5e8e7dae1e214 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jul 2023 18:00:35 -0400
Subject: [PATCH 05/20] Bump eslint-config-prettier from 8.8.0 to 8.9.0 (#1405)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 8.9.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v8.9.0)
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 5b158516..4d0adcc4 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
- "eslint-config-prettier": "8.8.0",
+ "eslint-config-prettier": "8.9.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"jest": "26.6.3",
diff --git a/yarn.lock b/yarn.lock
index 017d2419..dcd1e6d6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2145,10 +2145,10 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"
-eslint-config-prettier@8.8.0:
- version "8.8.0"
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz#bfda738d412adc917fd7b038857110efe98c9348"
- integrity sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==
+eslint-config-prettier@8.9.0:
+ version "8.9.0"
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.9.0.tgz#094b6254b2804b0544f7cee535f802b6d29ee10b"
+ integrity sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==
eslint-plugin-jest@27.2.3:
version "27.2.3"
From f3f1d5afae72eb1714bcf8382058b010620ea36e Mon Sep 17 00:00:00 2001
From: James Ives
Date: Thu, 3 Aug 2023 07:35:06 -0400
Subject: [PATCH 06/20] build: adjusts sponsorship tier for premium
---
.github/workflows/sponsors.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml
index 98ac62d6..2b4c33f8 100644
--- a/.github/workflows/sponsors.yml
+++ b/.github/workflows/sponsors.yml
@@ -24,7 +24,7 @@ jobs:
with:
token: ${{ secrets.PAT }}
file: 'README.md'
- minimum: 10000
+ minimum: 5000
template: ' '
marker: 'premium'
From 125e215111522a74b72a11f8f7524ad3d38cc896 Mon Sep 17 00:00:00 2001
From: James Ives
Date: Thu, 3 Aug 2023 07:35:21 -0400
Subject: [PATCH 07/20] Update sponsors.yml
---
.github/workflows/sponsors.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml
index 2b4c33f8..10e9cb61 100644
--- a/.github/workflows/sponsors.yml
+++ b/.github/workflows/sponsors.yml
@@ -17,7 +17,7 @@ jobs:
token: ${{ secrets.PAT }}
file: 'README.md'
template: ' '
- maximum: 9999
+ maximum: 4999
- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1
From a6285a6e424bc8c110ff5a0ff5eb108727a56481 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 9 Aug 2023 09:00:38 -0400
Subject: [PATCH 08/20] Bump @types/node from 20.4.2 to 20.4.9 (#1413)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.2 to 20.4.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 4d0adcc4..2532bc65 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/jest": "27.5.0",
- "@types/node": "20.4.2",
+ "@types/node": "20.4.9",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
diff --git a/yarn.lock b/yarn.lock
index dcd1e6d6..b1a352d3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1277,10 +1277,10 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
-"@types/node@*", "@types/node@20.4.2", "@types/node@>= 8":
- version "20.4.2"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.2.tgz#129cc9ae69f93824f92fac653eebfb4812ab4af9"
- integrity sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==
+"@types/node@*", "@types/node@20.4.9", "@types/node@>= 8":
+ version "20.4.9"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.9.tgz#c7164e0f8d3f12dfae336af0b1f7fdec8c6b204f"
+ integrity sha512-8e2HYcg7ohnTUbHk8focoklEQYvemQmu9M/f43DZVx43kHn0tE3BY/6gSDxS7k0SprtS0NHvj+L80cGLnoOUcQ==
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
From 09f820a73d42a6e00e1853619eca3d9e86e60ae7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 9 Aug 2023 09:00:49 -0400
Subject: [PATCH 09/20] Bump eslint-config-prettier from 8.9.0 to 9.0.0 (#1410)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.9.0 to 9.0.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.9.0...v9.0.0)
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 2532bc65..13400de2 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
- "eslint-config-prettier": "8.9.0",
+ "eslint-config-prettier": "9.0.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"jest": "26.6.3",
diff --git a/yarn.lock b/yarn.lock
index b1a352d3..48ee1b7c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2145,10 +2145,10 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"
-eslint-config-prettier@8.9.0:
- version "8.9.0"
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.9.0.tgz#094b6254b2804b0544f7cee535f802b6d29ee10b"
- integrity sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==
+eslint-config-prettier@9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
+ integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
eslint-plugin-jest@27.2.3:
version "27.2.3"
From 5ddf9118500e42cf4279c68462e5bf16da49ff78 Mon Sep 17 00:00:00 2001
From: JamesIves
Date: Mon, 21 Aug 2023 19:39:12 +0000
Subject: [PATCH 10/20] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?=
=?UTF-8?q?es/github-pages-deploy-action@09f820a73d42a6e00e1853619eca3d9e8?=
=?UTF-8?q?6e60ae7=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 62c5068b..869a7a82 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Maintenance of this project is made possible by all the
-
+
## Getting Started :airplane:
From f4271331374fb9f174d4a4403b28a3541d66365c Mon Sep 17 00:00:00 2001
From: Nick McCurdy
Date: Fri, 15 Sep 2023 21:38:41 -0400
Subject: [PATCH 11/20] Upgrade Node for security (#1437)
---
.devcontainer/Dockerfile | 2 +-
.devcontainer/base.Dockerfile | 2 +-
.devcontainer/devcontainer.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 5c9d734d..0a615c44 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,2 +1,2 @@
-ARG VARIANT=14
+ARG VARIANT=18
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:${VARIANT}
\ No newline at end of file
diff --git a/.devcontainer/base.Dockerfile b/.devcontainer/base.Dockerfile
index c1b624ce..de5299b4 100644
--- a/.devcontainer/base.Dockerfile
+++ b/.devcontainer/base.Dockerfile
@@ -1,4 +1,4 @@
-ARG VARIANT=14-buster
+ARG VARIANT=18
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:dev-${VARIANT}
# Install tslint, typescript. eslint is installed by javascript image
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 3a3b6710..5d246391 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -4,7 +4,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
- "VARIANT": "14"
+ "VARIANT": "18"
}
},
"settings": {
From 7ba4524df89b02ee9e590be38e82809d123f47d1 Mon Sep 17 00:00:00 2001
From: James Ives
Date: Fri, 15 Sep 2023 21:43:30 -0400
Subject: [PATCH 12/20] chore: set node to v18
---
.nvmrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.nvmrc b/.nvmrc
index 53a42214..95d62e4a 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-v16.13.2
+v18.16.1
\ No newline at end of file
From 0769273cc26fea2ee91b43a7f5110823f52df2c4 Mon Sep 17 00:00:00 2001
From: James Ives
Date: Fri, 15 Sep 2023 21:57:46 -0400
Subject: [PATCH 13/20] fix: remove base.Dockerfile as it's not needed
---
.devcontainer/base.Dockerfile | 7 -------
.devcontainer/devcontainer.json | 13 ++++++++++---
2 files changed, 10 insertions(+), 10 deletions(-)
delete mode 100644 .devcontainer/base.Dockerfile
diff --git a/.devcontainer/base.Dockerfile b/.devcontainer/base.Dockerfile
deleted file mode 100644
index de5299b4..00000000
--- a/.devcontainer/base.Dockerfile
+++ /dev/null
@@ -1,7 +0,0 @@
-ARG VARIANT=18
-FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:dev-${VARIANT}
-
-# Install tslint, typescript. eslint is installed by javascript image
-ARG NODE_MODULES="tslint-to-eslint-config typescript"
-RUN su node -c "umask 0002 && npm install -g ${NODE_MODULES}" \
- && npm cache clean --force > /dev/null 2>&1
\ No newline at end of file
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 5d246391..3ad06333 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -7,9 +7,16 @@
"VARIANT": "18"
}
},
- "settings": {
- "terminal.integrated.shell.linux": "/bin/bash"
+ "customizations": {
+ "env": {
+ "PATH": "/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH"
+ },
+ "vscode": {
+ "settings": {
+ "terminal.integrated.shell.linux": "/bin/bash"
+ },
+ "extensions": ["dbaeumer.vscode-eslint"]
+ }
},
- "extensions": ["dbaeumer.vscode-eslint"],
"remoteUser": "node"
}
From 24c1e2a9e444bcba7e87c995479bff311c3d1980 Mon Sep 17 00:00:00 2001
From: sgasse <47532708+sgasse@users.noreply.github.com>
Date: Wed, 18 Oct 2023 15:44:38 +0200
Subject: [PATCH 14/20] doc: `.gitignore` matches not being deployed (#1459)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 869a7a82..b6b570f9 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ The following options must be configured in order to make a deployment.
| Key | Value Information | Type | Required |
| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------- |
-| `folder` | The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it here. If you wish to deploy the root directory you can place a `.` here. You can also utilize absolute file paths by prepending `~` to your folder path. | `with` | **Yes** |
+| `folder` | The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it here. If you wish to deploy the root directory you can place a `.` here. You can also utilize absolute file paths by prepending `~` to your folder path. Note that any files/folders matching `.gitignore` entries will not be deployed. Some tools auto-generate a `.gitignore` file for build output. | `with` | **Yes** |
By default, the action does not need any token configuration and uses the provided repository scoped GitHub token to make the deployment. If you require more customization you can modify the deployment type using the following options.
From 810af534294f0668822498c26d1a0f3b11faa358 Mon Sep 17 00:00:00 2001
From: James Ives
Date: Thu, 19 Oct 2023 20:47:33 -0400
Subject: [PATCH 15/20] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b6b570f9..f42f9d31 100644
--- a/README.md
+++ b/README.md
@@ -105,8 +105,8 @@ The `with` portion of the workflow **must** be configured before the action will
The following options must be configured in order to make a deployment.
-| Key | Value Information | Type | Required |
-| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------- |
+| Key | Value Information | Type | Required |
+| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------- |
| `folder` | The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it here. If you wish to deploy the root directory you can place a `.` here. You can also utilize absolute file paths by prepending `~` to your folder path. Note that any files/folders matching `.gitignore` entries will not be deployed. Some tools auto-generate a `.gitignore` file for build output. | `with` | **Yes** |
By default, the action does not need any token configuration and uses the provided repository scoped GitHub token to make the deployment. If you require more customization you can modify the deployment type using the following options.
From 9de026908021c3f454a557024a9c44136457ff4b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 25 Nov 2023 11:01:46 -0500
Subject: [PATCH 16/20] build(deps): bump actions/setup-node from 3 to 4
(#1467)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 6 +++---
.github/workflows/integration.yml | 2 +-
.github/workflows/production.yml | 2 +-
.github/workflows/publish.yml | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bdeceed5..7447355e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
registry-url: 'https://registry.npmjs.org'
@@ -42,7 +42,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
registry-url: 'https://registry.npmjs.org'
@@ -82,7 +82,7 @@ jobs:
with:
persist-credentials: false
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
registry-url: 'https://registry.npmjs.org'
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index dc34e194..8bf5e4c4 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -173,7 +173,7 @@ jobs:
needs: integration-ssh-third-party-client
runs-on: ubuntu-latest
steps:
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml
index daa59d5d..66c1b229 100644
--- a/.github/workflows/production.yml
+++ b/.github/workflows/production.yml
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
registry-url: 'https://registry.npmjs.org'
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 29dcb5ea..466c8a61 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
ref: dev
# Setup .npmrc file to publish to npm
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
registry-url: 'https://registry.npmjs.org'
@@ -41,7 +41,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Setup .npmrc file to publish to GitHub Packages
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: 'v16.13.2'
registry-url: 'https://npm.pkg.github.com'
From 3a4632deff2025662181e3731d352b4fffd4c5df Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 25 Nov 2023 11:01:57 -0500
Subject: [PATCH 17/20] build(deps-dev): bump @types/node from 20.4.9 to 20.9.0
(#1474)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.9 to 20.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 15 +++++++++++----
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 13400de2..2e74dc88 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/jest": "27.5.0",
- "@types/node": "20.4.9",
+ "@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
diff --git a/yarn.lock b/yarn.lock
index 48ee1b7c..4254f57c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1277,10 +1277,12 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
-"@types/node@*", "@types/node@20.4.9", "@types/node@>= 8":
- version "20.4.9"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.9.tgz#c7164e0f8d3f12dfae336af0b1f7fdec8c6b204f"
- integrity sha512-8e2HYcg7ohnTUbHk8focoklEQYvemQmu9M/f43DZVx43kHn0tE3BY/6gSDxS7k0SprtS0NHvj+L80cGLnoOUcQ==
+"@types/node@*", "@types/node@20.9.0", "@types/node@>= 8":
+ version "20.9.0"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
+ integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
+ dependencies:
+ undici-types "~5.26.4"
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
@@ -4760,6 +4762,11 @@ typescript@4.9.5:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
+undici-types@~5.26.4:
+ version "5.26.5"
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
+
union-value@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
From b957d05c49f8a1699a3694a18f7f5ebafcd26f1b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 25 Nov 2023 11:02:08 -0500
Subject: [PATCH 18/20] Bump actions/checkout from 3 to 4 (#1429)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 6 +++---
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/deploy.yml | 2 +-
.github/workflows/integration.yml | 22 +++++++++++-----------
.github/workflows/production.yml | 2 +-
.github/workflows/publish.yml | 2 +-
.github/workflows/sponsors.yml | 2 +-
7 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7447355e..b0d9fcde 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
@@ -78,7 +78,7 @@ jobs:
max-parallel: 1
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 9940382c..c826799f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index daa2363e..59e98744 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Workflow dispatch event that pushes the current version to the release branch.
# From here the secondary production deployment workflow will trigger to build the dependencies.
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 8bf5e4c4..4f88fae2 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -25,7 +25,7 @@ jobs:
apt-get update && apt-get install -y rsync
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@v4
@@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@v4
@@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
@@ -95,7 +95,7 @@ jobs:
LANG: C.UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
@@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
@@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
@@ -178,7 +178,7 @@ jobs:
node-version: 'v16.13.2'
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
@@ -218,7 +218,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
@@ -236,7 +236,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
@@ -272,7 +272,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Create random file
run: echo $RANDOM > integration/1
@@ -294,7 +294,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Create random file
run: echo $RANDOM > integration/2
diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml
index 66c1b229..73cc0754 100644
--- a/.github/workflows/production.yml
+++ b/.github/workflows/production.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 466c8a61..592c588d 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: dev
diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml
index 10e9cb61..2fdfba3c 100644
--- a/.github/workflows/sponsors.yml
+++ b/.github/workflows/sponsors.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1
From 1c34508fa25aca02eab9acba06e496d05744d1b4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 Nov 2023 15:37:22 -0500
Subject: [PATCH 19/20] build(deps-dev): bump @types/node from 20.9.0 to
20.10.0 (#1479)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.0 to 20.10.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 2e74dc88..ccaa6ec0 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/jest": "27.5.0",
- "@types/node": "20.9.0",
+ "@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
diff --git a/yarn.lock b/yarn.lock
index 4254f57c..826a51cd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1277,10 +1277,10 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
-"@types/node@*", "@types/node@20.9.0", "@types/node@>= 8":
- version "20.9.0"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
- integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
+"@types/node@*", "@types/node@20.10.0", "@types/node@>= 8":
+ version "20.10.0"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617"
+ integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==
dependencies:
undici-types "~5.26.4"
From 7879c16b183e9e4d01df2ad341ca028096570343 Mon Sep 17 00:00:00 2001
From: James Ives
Date: Mon, 27 Nov 2023 22:03:37 -0500
Subject: [PATCH 20/20] feat: update to Node 20
---
.github/workflows/build.yml | 6 +++---
.github/workflows/integration.yml | 2 +-
.github/workflows/production.yml | 2 +-
.github/workflows/publish.yml | 4 ++--
.nvmrc | 2 +-
action.yml | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0d9fcde..6ab0e999 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: 'v16.13.2'
+ node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'
- name: Install Yarn
@@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: 'v16.13.2'
+ node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'
- name: Install Yarn
@@ -84,7 +84,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: 'v16.13.2'
+ node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'
- name: Download artifact
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 4f88fae2..c7e94dbf 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -175,7 +175,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
- node-version: 'v16.13.2'
+ node-version: 'v20.10.0'
- name: Checkout
uses: actions/checkout@v4
diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml
index 73cc0754..fae02f55 100644
--- a/.github/workflows/production.yml
+++ b/.github/workflows/production.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: 'v16.13.2'
+ node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'
- name: Install Yarn
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 592c588d..eda5f569 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
- node-version: 'v16.13.2'
+ node-version: 'v20.10.0'
registry-url: 'https://registry.npmjs.org'
scope: '@jamesives'
@@ -43,7 +43,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v4
with:
- node-version: 'v16.13.2'
+ node-version: 'v20.10.0'
registry-url: 'https://npm.pkg.github.com'
scope: '@jamesives'
diff --git a/.nvmrc b/.nvmrc
index 95d62e4a..016efd8a 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-v18.16.1
\ No newline at end of file
+v20.10.0
\ No newline at end of file
diff --git a/action.yml b/action.yml
index 5cb3af67..23348871 100644
--- a/action.yml
+++ b/action.yml
@@ -2,7 +2,7 @@ name: 'Deploy to GitHub Pages'
description: 'This action will handle the deployment process of your project to GitHub Pages.'
author: 'James Ives '
runs:
- using: 'node16'
+ using: 'node20'
main: 'lib/main.js'
branding:
icon: 'git-commit'