Skip to content

Commit

Permalink
chore: update dependencies (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Jun 23, 2023
1 parent 94dd284 commit 21badaf
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: ".node-version"
cache: "yarn"
- run: yarn install
- run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: ".node-version"
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: ".node-version"
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: ".node-version"
cache: "yarn"
- run: yarn install
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.16.1
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

3 changes: 3 additions & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"cypress": "12.14.0",
"gatsby": "5.11.0",
"start-server-and-test": "2.0.0"
},
"volta": {
"node": "18.16.1"
}
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-fix-fouc",
"version": "1.0.3",
"version": "1.0.4",
"description": "Gatsby Plugin Fix FOUC is a plugin that solves flicker of unstyled content",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -86,5 +86,8 @@
"sideEffects": false,
"workspaces": [
"e2e"
]
],
"volta": {
"node": "18.16.1"
}
}

0 comments on commit 21badaf

Please sign in to comment.