Skip to content

Commit e6e73e9

Browse files
committed
Upgrade npm packages
1 parent 2f4c46c commit e6e73e9

File tree

5 files changed

+89
-72
lines changed

5 files changed

+89
-72
lines changed

.github/workflows/empty-project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
html5:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Publish
1616
id: build
1717
uses: ./
@@ -25,7 +25,7 @@ jobs:
2525
krom-linux:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
- name: Publish
3030
id: build
3131
uses: ./
@@ -39,7 +39,7 @@ jobs:
3939
linux:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- name: Publish
4444
id: build
4545
uses: ./

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Build
1818
run: |
1919
npm install

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 78 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "armory_gh_actions",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Armory3D Environment Setup",
55
"main": "index.js",
66
"scripts": {
@@ -19,13 +19,13 @@
1919
"author": "tong <tong@disktree.net>",
2020
"license": "MIT",
2121
"dependencies": {
22-
"@actions/core": "^1.6.0",
22+
"@actions/core": "^1.9.1",
2323
"@actions/exec": "^1.1.1",
24-
"@actions/tool-cache": "^1.7.2"
24+
"@actions/tool-cache": "^2.0.1"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^17.0.23",
28-
"@vercel/ncc": "^0.33.3",
29-
"typescript": "^4.6.3"
27+
"@types/node": "^18.7.16",
28+
"@vercel/ncc": "^0.34.0",
29+
"typescript": "^4.8.2"
3030
}
3131
}

0 commit comments

Comments
 (0)