Skip to content

Commit

Permalink
💚 Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
d2n0s4ur committed Feb 13, 2024
1 parent 5760a73 commit 3ce8d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
# 배포를 위한 명령어들

- run: npm install
- run: npm test
- run: npm publish --access public

# NPM Access 토큰
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [ 14.x, 16.x, 18.x ]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: $

Expand Down

0 comments on commit 3ce8d09

Please sign in to comment.