diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9b60d34c..bca12e46 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,13 +5,12 @@ name: Node.js CI on: push: - branches: [ develop ] + branches: [develop] pull_request: - branches: [ develop ] + branches: [develop] jobs: build: - runs-on: ubuntu-latest strategy: @@ -20,13 +19,13 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm ci - - run: npm run test --if-present - - run: npm run js:lint --if-present - - run: npm run css:lint --if-present + - uses: actions/checkout@v4 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + - run: npm ci + - run: npm run test --if-present + - run: npm run js:lint --if-present + - run: npm run css:lint --if-present diff --git a/CHANGELOG.md b/CHANGELOG.md index c209af1c..e46193ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog -## [Unreleased](https://github.com/shift72/core-template/compare/1.9.24...HEAD) +## [Unreleased](https://github.com/shift72/core-template/compare/1.9.25...HEAD) + +## [1.9.25](https://github.com/shift72/core-template/compare/1.9.24...1.9.25) ### Added - Bluesky support in footer links +### Changed + +- Workflow action to use setup-node@v4, checkout@v4 as per https://github.com/actions/setup-node/issues/1275. Older versions deprecated. + ## [1.9.24](https://github.com/shift72/core-template/compare/1.9.23...1.9.24) ### Fixed diff --git a/kibble.json b/kibble.json index 3b7cf90c..37cd1094 100644 --- a/kibble.json +++ b/kibble.json @@ -1,6 +1,6 @@ { "name": "core-template", - "version": "1.9.24", + "version": "1.9.25", "siteUrl": "https://staging-store-kibble.shift72.com", "builderVersion": "0.17.6", "defaultLanguage": "en", @@ -194,5 +194,5 @@ "pageSize": 0 } ], - "coreTemplateVersion": "1.9.24" + "coreTemplateVersion": "1.9.25" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 08789ccb..8a1cee54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shift72/core-template", - "version": "1.9.24", + "version": "1.9.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@shift72/core-template", - "version": "1.9.24", + "version": "1.9.25", "license": "MIT", "dependencies": { "@rollup/plugin-buble": "^0.21.3", diff --git a/package.json b/package.json index cef5f90f..d97938f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shift72/core-template", - "version": "1.9.24", + "version": "1.9.25", "description": "Shift72 core template", "license": "MIT", "scripts": {