Skip to content

Commit 99277ba

Browse files
authored
Updated Github Actions and packages. (#53)
1 parent fd34bc7 commit 99277ba

4 files changed

Lines changed: 33 additions & 46 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v6
1414
- name: Setup Node
15-
uses: actions/setup-node@v2
15+
uses: actions/setup-node@v6
1616
with:
17-
node-version: '22.x'
17+
node-version: '24.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
- name: Install dependencies and build 🔧
2020
run: npm ci

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v6
1414
- name: Setup Node
15-
uses: actions/setup-node@v2
15+
uses: actions/setup-node@v6
1616
with:
17-
node-version: '22.x'
17+
node-version: '24.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
- name: Install dependencies and build 🔧
2020
run: npm ci

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@rollup/plugin-eslint": "^9.2.0",
4646
"@rollup/plugin-json": "^6.1.0",
4747
"@rollup/plugin-node-resolve": "^16.0.3",
48-
"@rollup/plugin-terser": "^0.4.4",
48+
"@rollup/plugin-terser": "^1.0.0",
4949
"@rollup/plugin-url": "^8.0.2",
5050
"autoprefixer": "^10.4.27",
5151
"eslint": "^9.39.4",

0 commit comments

Comments
 (0)