Skip to content

Commit

Permalink
using latest github actions in the test action script
Browse files Browse the repository at this point in the history
  • Loading branch information
ildella committed Sep 1, 2024
1 parent 8f304e3 commit 4344548
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 22
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
- run: yarn
- run: yarn test

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-marked",
"description": "A markdown renderer for Svelte.",
"version": "0.5.1",
"version": "0.5.2",
"packageManager": "yarn@4.4.0",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 4344548

Please sign in to comment.