Skip to content

Commit fb02039

Browse files
fix: clean github actions
1 parent ad5a504 commit fb02039

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup .npmrc file to publish to npm
3030
uses: actions/setup-node@v1
3131
with:
32-
node-version: '14.x'
32+
node-version: '22.x'
3333
registry-url: 'https://registry.npmjs.org'
3434
- name: Install modules
3535
run: npm install

.github/workflows/test.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)